//==============================================================================
// lightning sparks_anim.txt  This is the effect on the ground when it gets hit.
//==============================================================================

//==============================================================================
define Flash
{
   set hotspot
   {
      version
      {
         Visualparticle SFX a firefly
      }
	}
}


//==============================================================================
anim Idle
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visualnone jimmy
				Connect ATTACHPOINT Flash hotspot
				Connect ATTACHPOINT Light hotspot
			}
		}
	}
}

